home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6370 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.harbornet.com!usenet
  2. From: GIJoe <th_assoc@harbornet.com>
  3. Newsgroups: comp.ai.fuzzy,comp.lang.basic.visual.misc,comp.lang.c++
  4. Subject: Re: VB, VC++, and Fuzzy Logic
  5. Date: Fri, 09 Feb 1996 23:52:40 -0800
  6. Organization: TH Associates
  7. Message-ID: <311C4EC8.3939@harbornet.com>
  8. References: <4eh77s$5i@news.uncc.edu> <kd9fb.31.003E8132@xnet.com> <4f35uu$fo7@azure.acsu.buffalo.edu>
  9. NNTP-Posting-Host: pm1_10.harbornet.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14.  
  15. Radix wrote:
  16. > Peter Mikalajunas (kd9fb@xnet.com) wrote:
  17. > : In article <4eh77s$5i@news.uncc.edu> ihabed@uncc.edu (Ibrahim H Abed) writes:
  18. >   >Anyone know if VB can be linked with C++ routines at all,
  19. > : >perhaps saving me some trouble.  Any help would be greatly appreciated.
  20. > : If all you need is fuzzy logic then use a series of select
  21. > : statements.  However, from the sound of the project, you
  22. > : may eventually need a neural net.  Why not write the meat
  23. > : in C++ and compile to a DLL.  Do the interface in VB.
  24.  
  25. > Exactly what I was going to suggest. Also, I think you can call C
  26. > functions the same as you can API calls. I'll look into it.
  27.  
  28. I am working on a similar project...yes, VB4 has classes with enough
  29. object orientation to make memberships fairly easy.  And yes,
  30. you can call C\C++ routines to speed the program. Just be careful
  31. how you pass strings back and forth.  There are some helpful 
  32. summary posts on comp.lang.basic.visual.misc you can retrieve
  33. on DejaNews search engine (regarding strings between VB-C). If the number
  34. crunching isn't too slow in basic, you can even write the in-process
  35. servers in VB4 itself(32bit Pro and EE versions). I'd like
  36. to hear how your project evolves<g>.
  37.  
  38. -Joe Hendricks th_assoc@harbornet.com
  39.